home *** CD-ROM | disk | FTP | other *** search
- LpcMgr = {
- ACTIONS = {
- setCommentStr:;
- setHiFreq:;
- setPoles:;
- setHopsize:;
- runAnalysis:;
- setLowFreq:;
- };
- OUTLETS = {
- commentText;
- };
- SUPERCLASS = AnalysisMgr;
- };
- HetroMgr = {
- SUPERCLASS = AnalysisMgr;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- AnalysisMgr = {
- ACTIONS = {
- selectionChanged:;
- setBeginTime:;
- setDurationTime:;
- playSoundfile:;
- willPlay:;
- zoomInSound:;
- zoomOutSound:;
- didPlay:;
- };
- OUTLETS = {
- filenameText;
- soundView;
- window;
- soundfile;
- appDelegate;
- subprocessMgr;
- playSoundBtn;
- dataForm;
- };
- SUPERCLASS = Object;
- };
- PvocMgr = {
- ACTIONS = {
- setOverlapOrOffset:;
- setFrameSize:;
- setOffsetSize:;
- runAnalysis:;
- setOverlapFactor:;
- };
- OUTLETS = {
- overlapMenu;
- frameOffsetText;
- frameSizeMenu;
- };
- SUPERCLASS = AnalysisMgr;
- };
-